Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class / ObservableSortedDictionary<TKey,TValue> Constructor / ObservableSortedDictionary<TKey,TValue> Constructor(IComparer<TKey>)

In This Topic
    ObservableSortedDictionary<TKey,TValue> Constructor(IComparer<TKey>)
    In This Topic
    Initializes a new instance of the ObservableSortedDictionary<TKey,TValue> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal comparer As System.Collections.Generic.IComparer(Of TKey) _
    )
    public ObservableSortedDictionary<TKey,TValue>( 
       System.Collections.Generic.IComparer<TKey> comparer
    )

    Parameters

    comparer
    See Also